/ Assembly List / LJCDBClientLib / DataManager / Reset

Namespace - LJCDBClientLib


Parameters
dbServiceRef - The database service reference object.
dataConfigName - The data configuration name.
tableName - The database table name.
schemaName - The schema name.
useEncryption - The Encryption flag.

Syntax

C#
public Void Reset(DbServiceRef dbServiceRef, String dataConfigName, String tableName = null, String schemaName = null, Boolean useEncryption = True)

Resets the data access configuration. (R)

Remarks

Creates the data configuration for the new table using the value from the DataConfigName property. The new definition is available in the DataDefinition property.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.